runtime.dbgVar.atomic (field)

8 uses

	runtime (current package)
		runtime1.go#L301: 	atomic *atomic.Int32 // for variables that can be changed during execution
		runtime1.go#L364: 	{name: "panicnil", atomic: &debug.panicnil},
		runtime1.go#L396: 			} else if v.atomic != nil {
		runtime1.go#L397: 				v.atomic.Store(v.def)
		runtime1.go#L424: 		if v.atomic != nil && !seen[v.name] {
		runtime1.go#L425: 			v.atomic.Store(0)
		runtime1.go#L488: 						} else if v.atomic != nil {
		runtime1.go#L489: 							v.atomic.Store(n)